projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76f19a6
)
Add a note about required build tools and packages
author
Alex Crichton
<alex@alexcrichton.com>
Sun, 7 Sep 2014 18:25:26 +0000
(11:25 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Sun, 7 Sep 2014 18:25:26 +0000
(11:25 -0700)
Closes #518
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index 1e5b09c3b1765de137b47c99f022204f9ab95bf1..7376ecc6f3ce1953afb1fb95f5da67716dac20cc 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-28,7
+28,16
@@
as well as MSYS. The installation script needs to be run inside the MSYS shell.
## Compiling cargo
-Cargo can be compiled like many other standard unix-like projects:
+Cargo requires the following tools and packages to build:
+
+* `rustc`
+* `python`
+* `curl` or `wget`
+* `cmake`
+* `pkg-config`
+* OpenSSL headers (`libssl-dev` package on ubuntu)
+
+Cargo can then be compiled like many other standard unix-like projects:
```sh
git clone https://github.com/rust-lang/cargo